Click or drag to resize

ResourceDownloadFile Method

Overload List
  NameDescription
Public methodDownloadFile(String, Stream)
Downloads data from a resource with the specified URI (address) to a stream.
Public methodCode exampleDownloadFile(String, String)
Downloads data from a resource with the specified URI (address) to a local file.
Public methodDownloadFile(String, Stream, Int32)
Downloads data from a resource with the specified URI (address) to a stream.
Public methodCode exampleDownloadFile(String, String, Int32)
Downloads data from a resource with the specified URI (address) to a local file.
Top
See Also